.mobile_header {
    width: 100%;
    height: 6rem;
    position: relative;
    padding: 1.5rem 1.5rem;
    background-color: #fff;
}

.mobile_header .logo {
    float: left;
    height: 3rem;
    max-width: 50%;
}

.mobile_header .logo img {
    height: 3rem;
    max-width: 100%;
}

.mobile_header .menu_icon {
    float: right;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    padding: 0.5rem;
    background: url(../images/menu_icon.png) no-repeat;
    background-size: contain;
    background-origin: content-box;
    border: 1px solid #e0e0e0;
    border-radius: 0.2rem;
    overflow: hidden;
}

.mobile_header .menu {
    display: none;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1.5rem;
    z-index: 99;
    background-color: #333;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}

.mobile_header .menu li {
    width: 100%;
    padding: 1rem 1.5rem;
    border-bottom: 0.1rem solid #222;
}

.mobile_header .menu li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    color: #fff;
}

.header {
    width: 100%;
    z-index: 9;
    background-color: #fff;
}

.header > div {
    padding: 0;
}

.header .logo {
    float: left;
    padding: 10px;
}

.header .logo img {
    max-height: 120px;
}


.top_bar {
    border-bottom: 1px solid #d6d6d6;
    font-size: 16px;
    line-height: 2;
    color: #666
}

.hotline {
    display: inline-block;
    margin-top: 40px;
    padding: 0 0 0 60px;
    text-align: left;
    background: url(../images/bg_hotline.png) no-repeat 0 bottom;
}

.hotline strong {
    display: block;
    font: bold 28px/1 'Arial black', Sans-Serif;
    color: #d52a16;
}

.nav {
    width: 100%;
    background: #4d4948;
}

.nav ul {
    height: 72px;
    line-height: 72px;
}

.nav ul li {
    float: left;
}

.nav ul li a {
    color: #fff;
    font-size: 18px;
    display: block;
    height: 100%;
    padding: 0 50px;
    border-left: 1px solid #828282;
    transform: skew(-25deg);

}

.nav li:first-child a {
    border: 0 none;
}

.nav ul li a:hover {
    color: #fff;
    background-color: #e60012;
    border-left-color: #e60012
}

.nav ul .on a {
    color: #fff;
    background-color: #e60012;
}

.nav li a span {
    display: block;
    transform: skew(25deg);
}

.links {
    line-height: 22px;
    margin: 10px 0 20px;
}

.links span, .links a {
    font-size: 14px;
    color: #ccc;
    padding-right: 10px;
}

.links a:hover, .links a:active, .links a:focus {
    color: #fff;
}


.page_top {
    width: 100%;
}

.page_top a {
    display: block;
    width: 100%;
}

.page_top a img {
    width: 100%;
    height: auto;
}

.page_nav_box {
    width: 100%;
    margin: 20px 0 30px;
}

.page_nav_box .page_pos {
    text-align: right;
    font-size: 14px;
    color: #646464;
    line-height: 46px;
}

.page_nav_box .page_pos span {
    padding-left: 18px;
    background: url(../images/pos.png) no-repeat left center;
}

.page_nav_box .page_pos a {
    font-size: 14px;
    color: #646464;
}

.page_nav_box .page_pos a:last-child {
    font-weight: bold;
}

.sub_nav ul li {
    height: 46px;
    line-height: 46px;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    background-color: #ddd;
}

.sub_nav ul li a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    color: #646464;
}

.sub_nav ul li.on {
    color: #fff;
    background-color: #0055a5;
}

.sub_nav ul li.on a {
    color: #fff;
}

.page_left {
    padding-left: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.page_right {
    margin-bottom: 20px;
    padding-right: 0;
    overflow: hidden;
}

.page_content {
    padding: 20px;
    background-color: #fff;
}

.mod_pagination {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: right;
}

.mod_pagination li {
    display: inline-block;
}

.mod_pagination li a, .mod_pagination li span {
    color: #646464;
}

.slideBox {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slideBox .bd {
    width: 100%;
    height: 100%;
    position: relative;
}

.slideBox .bd a {
    display: block;
    position: relative;
    width: 100%;
}

.slideBox .bd a img {
    width: 100%;
    height: 100%;
}

.slideBox .hd {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
    z-index: 2;
    overflow: hidden;
}

.slideBox .hd li {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 8px;
    background-color: #ccc;
}

.slideBox .hd li.on {
    background-color: #e60012;
}

.slideBox .prev, .slideBox .next {
    position: absolute;
    top: 50%;
    width: 33px;
    height: 50px;
    margin-top: -25px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.slideBox .prev {
    left: 5%;
    background-image: url(../images/banner_arrl.png);
}

.slideBox .next {
    right: 5%;
    background-image: url(../images/banner_arrr.png);
}

.index_section {
    padding: 4rem 0 2rem;
}

.index_section .index_section_hd {
    font-size: 24px;
    margin-top: 30px;
    color: #444;
    padding-bottom: 40px;
    background: url(../images/pattern.png) no-repeat center bottom;
}

.bg01 {
    background-color: #f8f3ed;
}

.column_figure {
    width: 100%;
    height: 0;
    padding-bottom: 55.946%;
    position: relative;
    overflow: hidden;
}

.column_figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.column_content {
    padding: 1.5rem;
    background-color: #fff;
    border: 1px solid #fff;
    border-top: 0;
    margin-bottom: 2rem;
}

.column_content .column_title a {
    font-size: 15px;
    color: #666;
    line-height: 3.5rem;
    height: 3.5rem;
    overflow: hidden;
    text-align: left;
}

.column_content .column_con {
    height: 11rem;
    margin: 1rem 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #666;
    overflow: hidden;
}

.column_content .column_btn {
    margin-bottom: 0.5rem;
}

.column_content .column_btn a {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    text-align: center;
    line-height: 6rem;
    border-radius: 50%;
    border: 1px dashed #666;
    font-size: 1.4rem;
    color: #666;
}

.column_content .column_btn a:hover {
    color: #0055a5;
    text-decoration: none;
}

.column_content:hover {
    border-color: #0055a5;
}

.adv_img {
    max-width: 100%;
}

.adv_tit {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

.sec03 {
    padding: 0;
}

.news_slide_box {
    margin-top: 22px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.news_slide_box .bd {
    width: 100%;
    height: 100%;
}

.news_slide_box .bd a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 75.3%;
}

.news_slide_box .bd a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news_slide_box .bd a span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4rem;
    padding: 0 1.5rem;
    line-height: 4rem;
    font-size: 1.6rem;
    color: #fff;
    background-color: rgba(252, 143, 2, 0.4);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_slide_box .prev, .news_slide_box .next {
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 10rem;
    margin-top: -5rem;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: rgba(84, 84, 84, 0.4);
    background-position: center center;
}

.news_slide_box .prev {
    left: 0;
    background-image: url(../images/slide_arrl.png);
}

.news_slide_box .next {
    right: 0;
    background-image: url(../images/slide_arrr.png);
}

.news_list {
    margin-bottom: 60px;
}

.news_list li {
    margin-top: 22px;
    overflow: hidden;
}

.news_list li .news_pic {
    padding-left: 0;
}

.news_list li .news_pic a {
    display: block;
    position: relative;
    padding-bottom: 65.82%;
}

.news_list li .news_pic img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.news_list li .news_tit {
    display: block;
    font-size: 16px;
    color: #323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list li .news_tit:hover {
    color: #0055a5;
}

.news_list li .news_time {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}

.news_list li .news_desc {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #646464;
    margin-top: 10px;
    overflow: hidden;
}

.news_list_2 li {
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}

.article .article_hd {
    width: 100%;
    margin-bottom: 10px;
}

.article .article_hd h1 {
    font-size: 18px;
    color: #323232;
    line-height: 24px;
}

.article .article_hd h6 {
    font-weight: 400;
    font-size: 12px;
    color: #646464;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.article .article_hd h6 span {
    padding: 0 5px;
}

.article .article_bd img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.pagination2 {
    margin: 20px auto;
    line-height: 40px;
    background-color: #eee;
}

.pagination2 .prev, .pagination2 .next {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pagination2 .prev a, .pagination2 .next a {
    font-size: 14px;
    color: #646464;
}

.pagination2 .prev a:hover, .pagination2 .next a:hover {
    color: #0055a5;
}

.pagination2 .prev {
    border-right: 1px solid #ddd;
}

.pro_item {
    margin-top: 30px;
}

.pro_item .pro_pic {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 63.7%;
}

.pro_item .pro_pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pro_item .pro_tit {
    display: block;
    padding: 10px 0;
    border: 1px solid #fff;
    border-top: 0;
    background-color: #fff;
    font-size: 18px;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pro_item .pro_tit:hover {
    border-color: #0055a5;
}

.product_list_2 .pro_item {
    margin: 0 0 30px;
}

.product_list_2 .pro_tit {
    border-color: #d2d2d2;
}

.product_pic {
    border-right: 1px solid #ddd;
}

.product_pic img {
    max-width: 100%;
}

.pro_name {
    margin: 10px 0;
    font-size: 22px;
    color: #323232;
}

.pro_attr li {
    font-size: 14px;
    color: #898989;
    line-height: 30px;
    margin-top: 5px;
}

.pro_attr .case_price span {
    color: #fc3526;
}

.pro_attr .case_tag {
    padding: 0 10px;
    background-color: #f7f8fa;
}

.pro_attr .case_tag span {
    font-size: 14px;
    white-space: nowrap;
}

.product_infor .product_infor_hd {
    padding: 5px 20px;
    margin: 30px 0 20px;
    font-size: 20px;
    color: #323232;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4) inset;
    background-color: #f5f5f5;
}

.contact_box .contact_box_t {
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    background-color: #0055a5;
    overflow: hidden;
}

.contact_box .contact_box_t span {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 10px;
    height: 100%;
    background-color: #f2f2f2;
}

.contact_box .contact_box_b {
    padding: 10px 10px 11rem;
    background: #f2f2f2 url(../images/gb_4.png) no-repeat center bottom;
    background-size: contain;
}

.contact_box .contact_box_b li {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 5px;
}

.recruit_name {
    font-size: 18px;
    line-height: 30px;
    color: #2f8fe1;
}

.recruit_con_sec {
    width: 100%;
    margin-bottom: 10px;
}

.recruit_con_sec .sec_tit {
    padding: 10px 0;
    line-height: 1.5;
    font-size: 16px;
    color: #585858;
    overflow: hidden;
}

.recruit_con_sec .sec_con {
    width: 100%;
    overflow: hidden;
    line-height: 22px;
    font-size: 14px;
    padding: 0 10px;
}

.recruit_con_sec .sec_con li {
    float: left;
    width: 50%;
    padding-bottom: 5px;
    color: #646464;
    overflow: hidden;
}

.recruit_con_sec .sec_con li.long {
    float: none;
    width: 100%;
}

.contact_way ul {
    padding-top: 20px;
}

.contact_way ul li {
    font-size: 14px;
    margin-bottom: 15px;
    color: #323232;
}

.contact_way ul li i {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left top;
}

.contact_way ul li .contact_adr {
    background-image: url(../images/icon1.png);
}

.contact_way ul li .contact_tel {
    background-image: url(../images/icon2.png);
}

.contact_way ul li .contact_email {
    background-image: url(../images/icon3.png);
}

.message_form {
    margin: 10px auto 30px;
    height: auto;
    overflow: hidden;
}

.message_form .form-group {
    width: 100%;
    margin-bottom: 10px;
}

.message_form .form-group .control-label {
    margin-bottom: 10px;
    font-size: 16px;
    color: #646464;
    font-weight: 400;
}

.message_form .form-group .control-label span {
    color: #f00;
}

.message_form .form-group .form-control {
    border: 1px dashed #b6b6b6;
    background-color: #eee;
}

.message_form .form-group .form-control.false {
    border-color: #f00;
}

.message_form .form-group .beizhu-control {
    width: 100%;
    height: 100px;
}

.message_form .form-group .submint_btn {
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 30px;
    font-size: 16px;
    color: #fff;
    background-color: #0055a5;
    cursor: pointer;
}

.f_nav {
    overflow: hidden;
    clear: both;
    padding-bottom: 70px;
}


.top_r {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top_r img {
    max-height: 120px;
}

.top_r .search {
    padding-top: 20px;
}

.top_r .inp {
    width: 190px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    border-radius: 15px 0px 0px 15px;
}

.top_r .submit {
    width: 70px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 0px 15px 15 px0;
    background: #0d687d;
    color: #fff;
}


.pro_left h3 {
    height: 90px;
    text-align: center;
    width: 100%;
    line-height: 90px;
    font-size: 36px;
    color: #fff;
    background: #e60012;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.pro_lis {
    margin-top: 30px;
}

.pro_left dt {
    height: 70px;
    text-align: center;
    width: 100%;
    line-height: 70px;
    font-size: 26px;
    color: #fff;
    background: #4d4948;
    border-top: 1px solid #c8c6c7;
}

.pro_left dt a {
    height: 70px;
    text-align: center;
    width: 100%;
    line-height: 70px;
    font-size: 18px;
    color: #fff;
    background: #4d4948;
    display: block;
}

.pro_left dd {
    height: 47px;
    text-align: center;
    width: 100%;
    line-height: 47px;
    font-size: 16px;
    color: #4d4948;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
}

.pro_left dd a {
    height: 55px;
    text-align: center;
    width: 100%;
    line-height: 55px;
    font-size: 16px;
    color: #4d4948;
}

.pro_slide_tit {
    width: 100%;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    bottom: 0;
    left: 0;
    color: #fff;
    line-height: 45px;
}

.pro_b_list {
    height: 80px;
    text-align: right;
    width: 100%;
    line-height: 80px;
    font-size: 26px;
    color: #fff;
    background: #4d4948;
    border-top: 1px solid #c8c6c7;
    clear: both;
    overflow: hidden;
    padding-right: 30px;
}

.pro_b_list a {
    height: 80px;
    text-align: right;
    width: 100%;
    line-height: 80px;
    font-size: 24px;
    color: #fff;
    background: #4d4948;
    display: block;
}


.nav .nav-link.active {
    color: #fff;
}

#gallery {
    width: 100%;
    margin-top: 30px;
}

#gallery img {
    width: 100%;
}

#thumbs {
    width: 100%;
    margin-top: 30px;
    height: 500px;
}

#thumbs img {
    width: 100%;
}

#thumbs .swiper-slide {
    opacity: 0.3;
}

#thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.in_pro {
    padding: 70px 0px 70 px0;
    background: url(../images/sy_ys_bj.jpg) top center no-repeat;
    background-size: cover;
}

.in_pro_tit {
    clear: both;
    overflow: hidden;
}

.in_pro_tit h2 {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding-left: 10px;
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: bold;
}

.in_pro_tit .desc {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.pro_right {
    position: relative;
}

.pro_right .pro_pos {
    position: absolute;
    width: 90%;
    height: 140px;
    line-height: 140px;
    background: #4d4948;
    color: #fff;
    bottom: -180px;
    left: 10%;
    border-left: 30px solid #e60012;
    border-right: 30px solid #e60012;
}

.pro_right .pro_pos .swiper-button-prev {
    width: 20%;
    height: 140px;
    line-height: 140px;
    color: #fff;
    position: initial;
    margin: 0;
    top: 0;
    float: left;
}

.pro_right .pro_pos .swiper-button-next {
    width: 20%;
    height: 140px;
    line-height: 140px;
    color: #fff;
    position: initial;
    margin: 0;
    top: 0;
    float: left;
    background-color: #e60012;
}

.pro_right .pro_pos .swiper-pagination {
    width: 60%;
    height: 140px;
    line-height: 140px;
    color: #fff;
    position: initial;
    margin: 0;
    top: 0;
    float: left;
}

.pro_right .pro_pos .swiper-pagination .swiper-pagination-bullet {
    width: 30%;
    height: 140px;
    line-height: 140px;
    color: #fff;
    position: initial;
    margin: 0;
    top: 0;
    float: left;
    border-radius: 0;
    background: none;
    opacity: 1;
    font-size: 24px;
}

.pro_right .pro_pos .swiper-pagination .swiper-pagination-bullet-active {
    width: 30%;
    height: 140px;
    line-height: 140px;
    color: #fff;
    position: initial;
    margin: 0;
    top: 0;
    float: left;
    border-radius: 0;
    background: #e60012;
    opacity: 1;
}

.pro_right img {
    max-width: 100%;
    background: #fff;
}

.pro_news li a {
    line-height: 50px;
    height: 50px;
    background: #fff;
    border-bottom: 1px dotted #ccc;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap; /*禁止自动换行*/
    overflow: hidden;
}

.in_pk {
    padding-top: 120px;
    padding-bottom: 170px;
    background: url(../images/pk_bg.jpg) no-repeat center top;
}

.in_pk .pk_left {
    padding: 25px 25px 50px 25px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
}

.in_pk .pk_left .hot_pro {
    padding-bottom: 30px;
}

.in_pk .pk_left img {
    max-width: 100%;
}

.in_pk .pk_right img {
    max-width: 100%;
}

.in_tedian {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #d2d2d2;
}

.in_tedian .ksdh {
    width: 20%;
    float: left;
}

.in_tedian .ksdh .adv_tit {
    position: relative;
}

.in_tedian .ksdh .adv_tit:before {
    content: '';
    display: block;
    width: 40px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -20px;
    height: 3px;
    background: #e60012;
}


.ind_zssp {
    padding-top: 50px;
    padding-bottom: 120px;
}

.ind_zssp h3 {
    padding: 0;
    margin: 0;
    height: 70px;
    line-height: 70px;
    background: #e60012;
    width: 100%;
    border-radius: 35px;
    font-size: 28px;
    color: #fff;
    text-align: center;
}

.swiper-container1 {
    overflow: hidden;
    height: 450px;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 40px;
}

.swiper-container1 a {
    font-size: 16px;
    color: #333
}

.swiper-container1 img {
    width: 100%;
}

.zssp_left {
    position: relative;
}

.zssp_left .swiper-button-next {
    width: auto;
    height: auto;
    left: 50%;
    position: absolute;
    top: 110%;
    margin-left: -38px;
}


.in_jjfa {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(../images/tybg.jpg) no-repeat center top;
}

.in_jjfa h2 {
    color: #e60012;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}

.in_jjfa h3 {
    color: #e60012;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.swiper-container2 {
    overflow: hidden;
    position: relative;
}

.swiper-container2 img {
    max-width: 100%;
}

.swiper-container2 .swiper-slide {
    position: relative;
}

.in_falc {
    padding-top: 70px;
}

.in_falc img {
    max-width: 100%
}

.ban_tit {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 57%;
    font-size: 60px;
    font-weight: bold;
    color: #4d4948;
}

.zzzs_left {
    padding: 30px 50px 30px 50px;
}

.zzzs_left img {
    width: 80%;
}

.zzzs_left p {
    color: #393534;
    line-height: 30px;
}

.zzzs_right {
    padding: 30px 50px 30px 50px;
    text-align: center;
}

.in_ys img {
    max-width: 100%;
}

.in_about {
    padding-top: 70px;
}

.in_about .in_pro_tit {
    padding-top: 70px;
}

.in_about h2 {
    text-align: center;
}

.in_about h2 img {
    height: 100px;
}

.in_about .ab_con {
    font-size: 18px;
    line-height: 35px;
    padding: 20px 10% 10% 10%;
}

.in_about .ab_b_img img {
    max-width: 100%;
}

.in_news {
    padding-top: 70px;
    background: url(../images/tybg.jpg) no-repeat center top;
}

.in_news a {
    color: #333;
}

.in_news h2 {
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #e60012;
    text-align: center;
    margin: 0px auto;
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-radius: 25px;
    margin-bottom: 50px;
}

.in_news .list {
    margin-top: 50px;
    clear: both;
}

.news_tab {
    border-bottom: 1px solid #e60012;
    overflow: hidden;
    line-height: 55px;
}

.news_tab li {
    float: left;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 20px;
}

.news_tab .list a {
    color: #e60012;
    font-weight: bold;
}

.news_tab li:before {
    content: '>';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    border: 1px solid #4d4948;
    background: #4d4948;
    border-radius: 50%;
    color: #fff;
    line-height: 15px;
    margin-top: -10px;
    text-align: center;
}

.in_news .list span {
    display: block;
    color: #3c746b;
    font-weight: bold;
}

.in_news .list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.in_news .list img {
    width: 100%;
}

.in_news .list a {
    color: #333;
}

.news_banw {
    clear: both;
    padding-top: 70px;
}

.news_banw img {
    width: 100%;
}


.in_case_title {
    font-size: 36px;
    font-weight: bold;
    line-height: 122px;
    padding-left: 30px;
}

.met_index_case {
    background: #efeeee;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 70px;
}

.met_index_case img {
    max-width: 100%;
}

.in_al_list {
    padding: 15px;
    background: #4d4948;
    margin-top: 20px;
    clear: both;
    overflow: hidden;
}

.in_al_list a {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.in_al_list .more a {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    height: 30px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    float: right;
    background: #e60012;
    border: 1px solid #fff;
    margin-top: 10px;
}

.in_al_list .cas_tit {
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    color: #fff;
}


.mainbox_four {
    padding-top: 90px;
}

.mainbox_four .bot_img {
    position: relative;
    display: block;
    top: -50px;
    z-index: 0;
}

.mainbox_four .list_content_box li {

    padding: 0;
    padding-top: 20px;
}

.mainbox_four .list_content_box .list_img {
    height: 50px;
}

.mainbox_four li p.title {
    font-size: 20px;
}

.mainbox_four li:hover p.title {
    font-size: 20px;
    font-weight: bold;
}

.mainbox_four li.bdr {
    border-right: none !important;
}

.mainbox_four li.bdb {
    border-bottom: none;
}

.mainbox_four {

    padding-top: 80px;
    overflow: hidden;
    background: #fff;
}

.clear_x:after {
    content: '.';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.mainbox_four .list_content_box {
    position: relative;
    z-index: 1;
    margin: 40px auto 0;
}

.mainbox_four .list_content_box li {
    list-style: none;
    margin-bottom: 0;
    line-height: 22px;
    font-size: 14px;
    color: #656565;
    text-align: center;
    padding: 33px 0;
    border: 1px dashed #ddd;
    border-left: 0;
    border-top: 0;
    float: left;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
    overflow: hidden;
    transition: ease .3s;
    border: none;
}

.mainbox_four .list_content_box li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.mainbox_four .list_content_box .bor_bot {
    border-bottom: 0;
}

.mainbox_four li.bdb {
    border-bottom: none;
}

.mainbox_four .list_content_box .last {
    border-right: 0;
}

.mainbox_four .list_content_box .list_img {
    height: 110px;
    display: black;
}

.mainbox_four li p {
    width: 180px;
    margin: 0 auto;
    padding-top: 15px;
    margin-bottom: 0 !important;
    text-align: center !important;
}

.mainbox_four li .desc {
    height: 81px;
    overflow: hidden;
}

.mainbox_four .list_content_box li:hover img {
    -webkit-animation: aase 1s 1;
    -moz-animation: aase 1s 1;
    animation: aase 1s 1;
}

.list_on {
    cursor: pointer;
}


.mainbox_four1 .list_content_box {
    position: relative;
    z-index: 1;
    margin: 40px auto 0;
}

.mainbox_four1 .list_content_box li {
    list-style: none;
    margin-bottom: 0;
    line-height: 22px;
    font-size: 14px;
    color: #656565;
    text-align: center;
    padding: 33px 0;
    border: 1px dashed #ddd;
    border-left: 0;
    border-top: 0;
    float: left;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
    overflow: hidden;
    transition: ease .3s;
    border: none;
}

.mainbox_four1 .list_content_box li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.mainbox_four1 .list_content_box .bor_bot {
    border-bottom: 0;
}

.mainbox_four1 li.bdb {
    border-bottom: none;
}

.mainbox_four1 .list_content_box .last {
    border-right: 0;
}

.mainbox_four1 .list_content_box .list_img {
    height: 110px;
    display: black;
}

.mainbox_four1 li p {
    width: 180px;
    margin: 0 auto;
    padding-top: 15px;
    margin-bottom: 0 !important;
    text-align: center !important;
}

.mainbox_four1 li .desc {
    height: 81px;
    overflow: hidden;
}

.mainbox_four1 .list_content_box li:hover img {
    -webkit-animation: aase 1s 1;
    -moz-animation: aase 1s 1;
    animation: aase 1s 1;
}


.mainbox_four2 .list_content_box {

    margin: 40px auto 0;
}

.mainbox_four2 .list_content_box li {
    list-style: none;
    margin-bottom: 0;
    line-height: 22px;
    font-size: 14px;
    color: #656565;
    text-align: center;
    padding: 33px 0;
    border: 1px dashed #ddd;
    border-left: 0;
    border-top: 0;
    float: left;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
    overflow: hidden;
    transition: ease .3s;
}

.mainbox_four2 .list_content_box li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.mainbox_four2 .list_content_box .bor_bot {
    border-bottom: 0;
}

.mainbox_four2 li.bdb {
    border-bottom: none;
}

.mainbox_four2 .list_content_box .last {
    border-right: 0;
}

.mainbox_four2 .list_content_box .list_img {
    height: 75px;
    display: black;
}

.mainbox_four2 li p {
    width: 180px;
    margin: 0 auto;
    padding-top: 15px;
    margin-bottom: 0 !important;
    text-align: center !important;
}

.mainbox_four2 .list_content_box li:hover img {
    -webkit-animation: aase 1s 1;
    -moz-animation: aase 1s 1;
    animation: aase 1s 1;
}

@-webkit-keyframes aase {
    0% {
        -webkit-transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
    }
}

@-moz-keyframes aase {
    0% {
        -moz-transform: rotateY(0deg);
    }
    100% {
        -moz-transform: rotateY(360deg);
    }
}

@keyframes aase {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}


/*优势*/
.sy_ys_bj {
    width: 100%;
    padding: 60px 0 70px 0;
    background: url(../images/sy_ys_bj.jpg) top center no-repeat;
    background-size: cover;
}

.sy_ys .sy_ys_btt {
    width: 100%;
    text-align: center;
    position: relative;
}

.sy_ys .sy_ys_bt_bj {
    width: 100%;
    color: #e6e3e3;
    font-size: 60px;
    position: absolute;
    top: 10px;
    left: 0;
}

.sy_ys .sy_ys_bt {
    color: #805521;
    font-size: 32px;
    position: relative;
}

.sy_ys .sy_ys_bt span {
    color: #e60012;
    font-size: 60px;
    padding: 0 10px;
}

.sy_ys ul {
}

.sy_ys ul li {
    overflow: hidden;
    margin-top: 70px;
}

.sy_ys ul li .sy_ys_l {
    float: left;
    padding-top: 20px;
}

.sy_ys ul li .sy_ys_l .sy_ys_l_bt {
    overflow: hidden;
    padding-bottom: 12px;
}

.sy_ys ul li .sy_ys_l .sy_ys_l_bt .sy_ys_l_bt_l {
    width: 80px;
    float: left;
}

.sy_ys ul li .sy_ys_l .sy_ys_l_bt .sy_ys_l_bt_r {
    width: calc(100% - 80px);
    float: right;
}

.sy_ys ul li .sy_ys_l .sy_ys_l_bt .sy_ys_l_bt_r .sy_ys_l_bt_r_t {
    color: #e60012;
    font-size: 28px;
    line-height: 28px;
}

.sy_ys ul li .sy_ys_l .sy_ys_l_bt .sy_ys_l_bt_r .sy_ys_l_bt_r_b {
    font-size: 18px;
    margin-top: 4px;
    padding-left: 54px;
    background: url(../images/sy_ys_l_bt_r_b.png) left center no-repeat;
}

.sy_ys ul li .sy_ys_l .sy_ys_l_wz {
    font-size: 15px;
    margin-top: 12px;
    padding-left: 32px;
    background: url(../images/ys_wz.png) top left no-repeat;
}

.sy_ys ul li .sy_ys_r {
    float: right;
    text-align: right;
}

.sy_ys ul li .sy_ys_r img {
    width: 100%;
}

.sy_ys ul .sy_ys2 .sy_ys_l {
    float: right;
}

.sy_ys ul .sy_ys2 .sy_ys_r {
    float: left;
    text-align: left;
}

/*优势*/


.fanwei {
    overflow: hidden;
    margin-top: 40px;
}

.fanwei ul {
    margin-left: -10px;
}

.fanwei ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.fanwei ul li.btb {
    border-bottom: 1px solid #ccc;
}

.fanwei ul li.rb {
    border-right: 1px solid #ccc;
}

.fanwei ul li .box {
    cursor: pointer;
    margin-left: 10px;
    Position: relative;
    background: #fff;
    padding: 15px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.fanwei ul li img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    width: 83px;
    height: 83px;
    Position: absolute;
    left: 25px;
    top: 25px;
    background: #fff;
    border-radius: 100%;
}

.fanwei ul li .desc {
    padding: 0 5px 0 115px;
    height: 107px;
    display: table-cell;
    vertical-align: middle;
    line-height: 24px;
}

.fanwei ul li .desc h4 {
    font-size: 20px;
    font-weight: 200;
    vertical-align: middle;
    margin-bottom: 10px;
}

.fanwei ul li .desc p {
    color: #808080;
    font-size: 14px;
    font-weight: 200;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fanwei ul li .box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.fanwei ul li:hover .desc h4 {
    color: #1989c8;
}

.b-goods__title {
    display: block;
    text-align: center;
    min-height: 42px;
    padding-top: 2px;
    font: 700 16px/1.2 Montserrat;
    color: #222;
}

.xgwz {
    padding-top: 30px;
    overflow: hidden;
}

.xgwz h3 {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.xgwz ul {
    padding: 0;
    margin: 0;
}

.xgwz li {
    float: left;
    list-style-type: none;
    line-height: 35px;
}

footer {
    color: #afb1b3;
    overflow: hidden;
    text-align: left;
}

.foot-nav {
    padding: 22px 0;
    background: #d30409;
    text-align: center;
}

.foot-nav a {
    color: #fff;
    display: inline-block;
    width: 14%;
    font-size: 18px;
    text-align: center;
}

.foot-text {
    padding: 50px 0;
    color: #333;
}

.foot-contact {
    position: relative;
    padding: 0 0 0 50px
}

.foot-contact h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 2;
}

.foot-contact p {
    font-size: 18px;
    line-height: 2;
}

footer .footer-other-link {
    margin: 30px 0;
}

footer .footer-other-link ul {
    text-align: center;
}

footer .footer-other-link ul li {
    text-align: center;
    display: inline-block;
    margin: 5px 8px;
}

footer .copy {
    background-color: #2d3235;
    text-align: center;
    padding: 20px 0;
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
    line-height: 2em;
}

footer .copy span {
    display: block;
}

footer .copy ul li {
    display: inline-block;
    margin: 0 5px;
}

@media (min-width: 992px) {
    footer .top-line {
        height: 65px;
        overflow: visible;
    }

    footer .footer-nav {
        padding: 48px 0 34px 0;
    }

    footer .footer-nav h3 {
        font-size: 0.9375em;
        border: none;
        line-height: 25px;
        margin: 0;
        margin-bottom: 18px;
        padding: 0;
    }

    footer .footer-nav ul li {
        border: none;
        padding: 0;
        margin-bottom: 15px;
    }

    footer .footer-nav ul li a {
        font-size: 1em;
        line-height: 1.5em;
        color: #afb1b3;
    }

    footer .footer-nav .visitor-link {
        color: #595757;
        border-bottom: 1px solid #e2e2e2;
        padding: 28px 0;
        margin-left: 15px;
        margin-right: 15px;
    }

    footer .footer-nav .visitor-link h3 {
        float: left;
        font-size: 0.8125em;
        margin: 0;
        line-height: 2.8em;
    }

    footer .footer-nav .visitor-link #footer-list-7 {
        float: left;
        margin: 0;
    }

    footer .footer-nav .visitor-link #footer-list-7 li {
        float: left;
        margin: 0 10px;
    }

    footer .footer-other-link {
        margin: 0;
        float: left;
    }

    footer .footer-other-link ul {
        text-align: left;
        margin: 0;
    }

    footer .footer-other-link ul li {
        margin: 0;
        margin-right: 20px;
    }

    footer .footer-other-link ul li a {
        color: #5a5858;
        font-size: 0.8125em;
    }

    footer .share-box {
        float: right;
    }

    footer .copy {
        height: 50px;
        line-height: 50px;
        padding: 0;
        font-size: 1em;
    }

    footer .copy span {
        display: inline-block;
    }

    footer .copy ul {
        display: inline-block;
        margin: 0;
    }

    footer .copy .copy-text {
        font-size: 0.8125em;
        color: #fff;
    }

    footer .copy .copy-text .line {
        width: 1px;
        height: 14px;
        background: #c2c3c3;
        display: inline-block;
        margin: 0 8px 0 8px;
    }

    footer .copy .copy-text a {
        color: #fff;
    }

    footer .copy .copy-text span, footer .copy .copy-text li {
        margin: 0 10px;
    }
}

@media (max-width: 992px) {
    footer .list-unstyled {
        margin: 7px 0 0 0;
    }

    footer .list-unstyled li {
        margin: 8px !important;
    }

    footer .top-line .pull-left {
        display: none;
    }

    footer .top-line .btn-open-search {
        display: none;
    }

    footer .top-line .search-box {
        background-color: transparent;
        top: -10px;
        left: 0;
        position: absolute;
        visibility: visible;
        padding-left: 0;
        padding-right: 0;
        z-index: 80;
    }

    footer .top-line .search-box a.btn-search {
        right: 15px;
    }

    footer .top-line .search-box a.btn-close {
        display: none;
    }
}

footer .footer-nav {
    padding: 48px 0 34px 0;
}

footer .footer-nav h3 {
    font-size: 1.2em;
    border: none;
    line-height: 25px;
    margin: 0;
    margin-bottom: 0;
    margin-bottom: 18px;
    padding: 0;
    color: #fff;
}

.foot_tel h2 {
    padding: 0;
    font-size: 16px;
    font-weight: inherit;
    margin-bottom: 15px;
}

.foot_tel h2 b {
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}

.foot_tel span {
    font-size: 14px;
}

.foot_tel p {
    font-size: 14px;
}

.foot_tel .mor {
    border: 1px solid #ccc;
    display: block;
    height: 35px;
    width: 100px;
    line-height: 35px;
    text-align: center;
    margin-top: 30px;
    border-radius: 5px;
    transition: all .5s ease;
}

.foot_tel .mor:hover {
    border: none;
    background: #c7000b;
    color: #fff;
}

.f-link {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.f-link .container {
    border-top: 1px solid #ccc;
}

footer .footer-nav ul li:hover a {
    color: #c7000b;
}

@media (min-width: 768px) {


    .foot-contact:before {
        content: '';
        position: absolute;
        top: 10%;
        left: 0;
        width: 1px;
        height: 80%;
        background: #c32c30;
    }
}

@media (max-width: 767px) {
    .footer .links {
        margin-bottom: 10px;
    }

    .footer .footer_nav {
        margin-top: 10px;
    }

    .page_nav_box {
        margin-bottom: 10px;
    }

    .page_nav_box .page_pos {
        text-align: left;
    }

    .page_left, .page_right {
        padding: 0;
    }

    .mod_pagination {
        text-align: center;
    }

    .slideBox .hd {
        bottom: 0;
    }

    .slideBox .hd li {
        height: 5px;
    }

    .news_list li .news_tit {
        margin-top: 10px;
    }

    .news_list li > div {
        padding: 0;
    }

    .pagination2 .prev {
        border-right: none;
    }

    .product_list .pro_item .pro_tit {
        font-size: 14px;
    }

    .product_list_2 .pro_item {
        padding: 0 5px;
    }

    .product_pic {
        margin-bottom: 30px;
        border-right: none;
    }

    .recruit_con_sec .sec_con li {
        float: none;
        width: 100%;
    }

    .ksdh {
        width: 50%;
        float: left;
    }

    .ksdh img {
        height: 45px;
    }

    .mob_yc {
        display: none;
    }

    .ty_yc {
        display: none;
    }

    .fanwei ul li .box {
        text-align: center;
        margin-left: 0;
    }

    .fanwei ul li .desc {
        padding: 0px 5px 0px 5px;
        width: 100%;
    }

    .fanwei ul li img {
        position: relative;
        top: auto;
        left: auto;
    }

    .fanwei ul li .desc h4 {
        width: 100%;
        text-align: center;
    }

    .foot-nav {
        text-align: center;
    }

    .foot-nav a {
        width: auto;
        padding: 0 10px;
    }

    .foot-contact {
        margin-bottom: 20px;
        padding-left: 0
    }

    .foot-contact h3 {
        font-size: 18px;
    }

    .foot-contact p {
        font-size: 14px;
    }

    .foot-qr {
        text-align: center;
    }

    .foot-text {
        padding: 20px 0;
    }
}

@media (max-width: 980px) {
    .nav {
        display: none;
    }

}

.fl {
    float: left;
}

.fr {
    float: right;
}

.nav-tabs .nav-link {
    color: #fff !important;
}


.prona {
    margin: 0px auto 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #aeafae;
    background: url(../images/topline.gif) left center repeat-x;
}

.prona font {
    color: #3889c7;
    font-size: 22px;
    background: #ebebeb;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px;
    font-family: 'Microsoft Yahei';
    font-weight: bold;
}

.prona em {
    display: inline-block;
    background: url(../images/topl.gif) center center no-repeat;
    width: 36px;
    height: 22px;
}

.prona1 {
    margin: 0px auto 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #aeafae;
    background: url(../images/topline.gif) left center repeat-x;
}

.prona1 font {
    color: #3889c7;
    font-size: 22px;
    background: #ebebeb;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px;
    font-family: 'Microsoft Yahei';
    font-weight: bold;
}

.prona1 em {
    display: inline-block;
    background: url(../images/topl.gif) center center no-repeat;
    width: 36px;
    height: 18px;
    top: -2px;
    position: relative;
}

.proname1 {
    margin: 0 auto;
    width: 980px;
    text-align: center;
    color: #ff733b;
    font-size: 28px;
    line-height: 1;
    padding: 36px 10px 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.proname {
    margin: 0 auto;
    width: 980px;
    text-align: center;
    color: #ff733b;
    font-size: 28px;
    line-height: 1;
    padding: 26px 10px 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

/*----自定义文件区块----------------------------------------*/
.selectNumberScreen {
    width: 960px;
    overflow: hidden;
    margin: 10px auto;
    padding: 0px 20px;
}

.screenBox dl {
    border-bottom: #e6e6e6 1px dashed;
    width: 980px;
    overflow: hidden
}

.screenBox dl.noborder {
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
    border-right: 0px
}

.screenBox dl.goodstype {
    border-bottom: #e6e6e6 1px dashed
}

.screenBox dl dt {
    float: left;
    height: 30px
}

.screenBox dl dt {
    text-align: right;
    width: 216px;
    height: 22px;
    font-weight: 300;
    padding-top: 2px;
    padding-right: 10px;
    font-size: 14px;
    background: #125181;
    color: #fff;
    border-radius: 25px;
    line-height: 18px;
}

.screenBox dl dd {
    position: relative;
    padding-bottom: 5px;
    padding-left: 20px;
    width: 660px;
    padding-right: 48px;
    float: left;
    height: 25px;
    overflow: hidden;
    padding-top: 0px
}

.screenBox dl dd a {
    line-height: 14px;
    margin: 9px 25px 0 px0;
    display: inline-block;
    color: #f00;
    overflow: hidden;
    text-decoration: none;
    font-size: 14px;
}

.screenBox dl dd a:hover {
    background: #39c;
    color: #fff
}

.screenBox dl .az {
    float: left;
    min-height: 200px;
    position: relative;
    padding-bottom: 5px;
    padding-left: 20px;
    width: 880px;
    padding-right: 48px;
}

.screenBox dl .az a {
    line-height: 14px;
    margin: 9px 25px 0 px0;
    display: inline-block;
    color: #f00;
    overflow: hidden;
    text-decoration: none;
    font-size: 14px;
}

.screenBox dl .az a:hover {
    background: #39c;
    color: #fff
}

.screenBox dl dd a.selected {
    background: #39c;
    color: #fff
}

.screenBox dl dd span.more {
    position: absolute;
    width: 39px;
    display: block;
    height: 14px;
    top: 6px;
    cursor: pointer;
    right: 1px
}

.screenBox dl dd span.more label {
    display: inline-block;
    cursor: pointer
}

.qyft {
    margin-top: 20px;
}

.qyft dt, .qyft dd {
    line-height: 30px;
}

.qyft dt {
    text-align: right;
}

.otitle {
    margin-bottom: 20px;
    line-height: 2;
    text-align: center;
}

.otitle h2 {
    margin-bottom: 20px;
    font-size: 36px;
}

.otitle h2 strong {
    font-weight: bold;
    color: #cc000b
}

.otitle h3 {
    font-weight: 300;
    font-size: 24px;
}

/**
首页优势
 */
.iadvantage {
    padding: 80px 0 40px;
    background: url(../images/bg_wmap.png) no-repeat center 20px;
}

.iadvantage .otitle {
    margin-bottom: 60px;
}

.iadvantage .otitle h2 {
    margin-bottom: 20px;
}

.iadvantage .ocontent {
    text-align: center;
}

.iadvantage .ocontent .txt {
    margin-top: 30px;
}

.iadvantage .ocontent .txt h4 {
    margin-bottom: 20px;
    color: #111;
    font-size: 18px;
    font-weight: bold;
}

.iadvantage .ocontent .txt p {
    font-size: 12px;
    color: #aaa;
}

@media (min-width: 768px) {

}

@media (max-width: 767px) {
    .otitle h2 {
        font-size: 24px;
    }

    .otitle h3 {
        font-size: 18px;
    }

    .iadvantage .otitle h2 {
        margin-bottom: 10px;
    }
}

/**
首页方案
 */
.isolution {
    padding: 60px 0 30px;
}

.isolution .otitle {
    margin-bottom: 60px;
}

.irecomm {
    background-color: #d4d4d4;
}

.irecomm .it {
    text-align: center;
    padding: 25px;
    font-size: 18px;
}

.irecomm .it:last-child {
    border: 0 none;
}

.irecomm .it a {
    color: #333
}

.stt {
    padding: 50px 0;
}

.stt h3 {
    font-size: 32px;
    line-height: 2;
    text-align: center;
    color: #c30c22;
    border: 1px solid #c30c22;
}

.stt h4 {
    margin-bottom: 10px;
    color: #c30c22;
    font-size: 22px;
}

.stt p {
    font-size: 18px;
}

.isolution .ocontent {
    background: url(../images/bg_sol.png) no-repeat 50%;
}

.isolution .ocontent .row {
    background: #fff;
}

.isolution .ocontent .it {
    text-align: center;
    padding: 20px 0;
}

.isolution .ocontent .it h3 {
    line-height: 2;
    font-size: 16px;
    color: #666
}

.isolution .obrand {
    position: relative;
    border-bottom: 1px solid #dadada;
}

.isolution .obrand .it {
    text-align: center;
}

.isolution .obrand .it span {
    display: inline-block;
    border: 2px dashed #c30c32
}

.isolution .obrand .it span img {
    max-width: 99%;
}

.obrand-pagination {
    position: absolute;
    left: 50%;
    bottom: -10px;
    background: #fff;
    padding: 0 10px;
    transform: translateX(-50%);
}

.obrand-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 10px;
    transition: width .2s;
    outline: none;
}

.obrand-pagination .swiper-pagination-bullet:focus {
    outline: none;
}

.obrand-pagination .swiper-pagination-bullet-active {
    width: 30px;
    opacity: 1;
    background-color: #c30c32;
    transition: width .2s;
}


@media (min-width: 768px) {
    .irecomm .it {
        border-right: 1px solid #797979;
    }

    .stt h3 {
        float: left;
        margin-right: 50px;
        width: 200px;
    }

    .isolution .obrand {
        padding: 60px 5%;
    }

    .isolution .obrand .it span {
        width: 12%;
    }
}

@media (max-width: 767px) {
    .irecomm .it {
        border-bottom: 1px solid #797979;
    }

    .stt h3 {
        margin-bottom: 50px;
    }

    .stt p {
        font-size: 14px;
    }

    .isolution .obrand {
        padding: 30px 0
    }

    .isolution .obrand .it span {
        margin-bottom: 3px;
        width: 48%;
    }
}

/**
首页产品
 */
.iproduct {
    padding: 60px 0 30px;
}

.iproduct .otitle h2 {
    margin-bottom: 60px;
}

.ipr_cat {
    border: 1px solid #c30c32;
}

.ipr_cat .tt {
    background: #c30c32;
    color: #fff;
    padding: 35px 0;
    text-align: center;
}

.ipr_cat .tt h3 {
    font-size: 28px;
}

.ipr_cat .tt h4 {
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.ipr_cat .tt h4:before,
.ipr_cat .tt h4:after {
    content: '';
    display: inline-block;
    width: 15%;
    height: 1px;
    background: #fff;
    vertical-align: middle;
}

.ipr_cat .tt h4 span {
    border: 1px solid #fff;
    padding: 0 2px;
}

.ipr_cat .ct li {
    font-size: 18px;
    border-bottom: 1px solid #dadada;
}

.ipr_cat .ct li a {
    padding: 15px 0 15px 30%;
    color: #666;
    display: block;
}

.ipr_cat .ct li:last-child {
    border: 0 none;
}

.ipr_cat .ct li a:hover {
    background-color: #c30c32;
    color: #fff;
}

.ipr_list a {
    display: block;
    text-align: center;
}

.ipr_list a picture {
    display: inline-block;
    border: 1px solid #dadada;
}

.ipr_list a h4 {
    padding: 10px 0 20px;
    font-size: 16px;
    color: #333;
    line-height: 2;
}


.feature_banner {
    background: #af0517 url(../images/bg_feature.jpg) no-repeat 50%/cover;
}

.feature_banner .ifa-logo img {
    vertical-align: middle;
}

.feature_banner .ifa-text {
    width: 100%;
    height: 200px;
    color: #fff;
    display: flex;
    align-items: center;

    justify-content: center;
    flex-direction: column
}

.feature_banner .ifa-text h3 {
    font-size: 34px;
    margin-bottom: 10px;
}

.feature_banner .ifa-text h3 strong {
    font-weight: bold;
}

.feature_banner .ifa-text h4 {
    border: 1px solid #fff;
    font-size: 22px;
    line-height: 2;
    display: inline-block;
}

.feature_banner .ifa-text h4 strong {
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 0 20px;
}

.feature_banner .ifa-text h4 span {
    display: inline-block;
    padding: 0 25px;
}


.feature_list .container {

    background: #fafafa;
}

.feature_list .it {
}

.feature_list .it .this {
    padding: 90px 60px 40px;
}

.feature_list .it .tit {
    margin-bottom: 30px;
    padding-top: 70px;
    background: no-repeat 0 0;
}

.feature_list .it1 .tit {
    background-image: url(../images/bg_no1.png);
}

.feature_list .it2 .tit {
    background-image: url(../images/bg_no2.png);
}

.feature_list .it3 .tit {
    background-image: url(../images/bg_no3.png);
}

.feature_list .it4 .tit {
    background-image: url(../images/bg_no4.png);
}

.feature_list .it .tit h3 {
    padding-left: 20px;
    font-size: 24px;
    color: #c32c30;
    font-weight: bold;
}

.feature_list .it .tit h4 {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #a4a4a4;
}

.feature_list .it .txt {
    border-top: 1px solid #dadada;
    padding-top: 5px;
}

.feature_list .it .txt ul {
    border-top: 1px solid #dadada;
    padding-top: 20px;
}

.feature_list .it .txt li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.feature_list .it .txt li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #111;
}

.feature_list .it .that {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .feature_list .it .img img {
        width: 100%;
    }

    .it2 img, .it3 img {
        max-width: none;
        width: auto !important;
    }

    .it2 .img {
        float: right;
    }

    .it3 .img {
        float: left;
    }
}

@media (max-width: 767px) {
    .feature_banner .ifa-text h3 {
        font-size: 22px;
    }

    .feature_banner .ifa-text h4 {
        display: block;
        width: 100%;
        font-size: 18px;
        text-align: center;
    }

    .feature_banner .ifa-text h4 strong {
        display: block;
    }

    .feature_list .it .this {
        padding: 45px 30px 20px;
    }
}

/**
首页简介
 */
.iabout {
    margin-top: 50px;
    border-top: 4px solid #d32817;
    background: url(../images/bg_about.png) no-repeat 50%;
}

.iabout .title {
    position: relative;
    text-align: center;
    margin-bottom: 36px;
}

.iabout .title h2 {
    position: relative;
    margin-top: -27px;
    text-align: center;
}

.iabout .title h2 span {
    display: inline-block;
    padding: 8px 40px 10px;
    background: #d32817;
    font-size: 32px;
    line-height: 1;
    color: #fff;
    vertical-align: middle;
}


.iabout .txt h3 {
    margin: 50px 0 30px;
    font-size: 22px;
    color: #111;
}

.iabout .txt p {
    margin-bottom: 10px;
    text-indent: 2em;
    font-size: 16px;
    line-height: 2;
}

.iabout .txt .more {
    padding: 10px 35px;
    background: #d32817;
    font-size: 18px;
    color: #fff;
}

.iabout .vid {
    position: relative;
}

.iabout .vid:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .25) url(../images/bg_play.png) no-repeat 50%;
}

.about_list {
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {

    .iabout .title h2:before, .iabout .title h2:after {
        content: '';
        width: 0;
        height: 0;
        font-size: 0;
        border-width: 25px;
        border-style: solid;
        vertical-align: middle;

    }

    .iabout .title h2:before {
        border-color: transparent #d32817 transparent transparent;
    }

    .iabout .title h2:after {
        border-color: transparent transparent transparent #d32817;
    }

    .iabout .txt .more {
        display: inline-block;
        margin-top: 30px;
        border-radius: 50px;
    }
}

@media (max-width: 767px) {
    .iabout .title h2 span {
        padding: 10px 20px 10px;
        font-size: 24px;
    }

    .iabout .title {
        margin-bottom: 20px;
    }

    .iabout .txt h3 {
        margin: 20px 0 10px;
    }

    .iabout .txt p {
        font-size: 14px;
    }

    .iabout .txt .more {
        display: block;
        margin-bottom: 20px;
        border-radius: 10px;
        text-align: center;
    }
}

/**
首页新闻
 */
.inews {
    padding: 60px 0 30px;
}

.inews .itabs .tb {
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
}

.inews .itabs .tb span {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    line-height: 40px;
    font-size: 18px;
    margin-bottom: -2px;
}

.inews .itabs .tb .act {
    color: #d30409;
    border-bottom: 3px solid #c32c30;
}

.inews .hdl {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.inews .hdl:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 69px;
    height: 74px;
    background: url(../images/bg_tt.png);
}

.inews .hdl .img {
    float: left;
    margin-right: 20px;
    width: 186px;
    height: 150px;
}

.inews .hdl .txt {
    padding-right: 40px;
}

.inews .hdl .txt h3 {
    padding: 10px 0 20px;
    font-size: 18px;
    color: #000;
}

.inews .hdl .txt p {
    color: #666;
    line-height: 1.6;
    text-align: justify;
}

.inews .hdi {
    margin-bottom: 30px;
}

.inews .lst .it {
    position: relative;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.inews .lst .it:last-child {
    border: 0 none;
    margin-bottom: 0;
}

.inews .lst .it h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
}

.inews .lst .it .date {
    position: absolute;
    top: 0;
    right: 0;
}

.inews .lst .it p {
    color: #8d8d8d;
    line-height: 1.6;
    text-align: justify;
}

@media (max-width: 767px) {
    .inews {
        padding: 30px 0 15px;
    }
}

.ititle {
    padding: 60px 0;
}

.ititle h2 {
    font-size: 32px;
    text-align: center;
}

#p_gallery {
    border: 1px solid #f3f2f1;
}

#p_thumb {
    margin-top: 10px;
}

#p_thumb .item {
    border: 1px solid #f3f2f1;
}

#p_thumb .swiper-slide-active .item {
    border-color: #f30;
}

.description {
    border-top: 1px solid #f3f2f1;
    border-bottom: 1px solid #f3f2f1;
    margin: 20px 0;
    padding: 15px 0;
    color: #999 !important;
}